Class sjl.wrappers.PredLessInteger
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredLessInteger

java.lang.Object
   |
   +----sjl.wrappers.PredLessInteger

public class PredLessInteger
extends Object
implements Predicate2
PredLessInteger is a predicate object designed for comparing objects of type Integer for relative ordering using the < operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredLessInteger()

Method Index

 o compare(Object, Object)
Convert the arguments to Integer and compare the return values from the intValue() method using the < operator.

Constructors

 o PredLessInteger
  public PredLessInteger()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Integer and compare the return values from the intValue() method using the < operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index